log/slog.defaultHandler.ch (field)

5 uses

	log/slog (current package)
		handler.go#L90: 	ch *commonHandler
		handler.go#L97: 		ch:     &commonHandler{json: false},
		handler.go#L114: 	state := h.ch.newHandleState(buf, true, " ")
		handler.go#L121: 	return &defaultHandler{h.ch.withAttrs(as), h.output}
		handler.go#L125: 	return &defaultHandler{h.ch.withGroup(name), h.output}